home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMBACKUPEDITOR / TFMBACKUPEDITOR.txt
Text File  |  2004-09-09  |  30KB  |  859 lines

  1. object fmBackupEditor: TfmBackupEditor
  2.   Left = 485
  3.   Top = 428
  4.   Width = 445
  5.   Height = 357
  6.   HelpContext = 810
  7.   ActiveControl = edBackupSetName
  8.   BorderIcons = [biSystemMenu, biMaximize]
  9.   Caption = 'Backup Set'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 357
  12.   Constraints.MinWidth = 445
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnResize = FormResize
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object paMainRight: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 437
  29.     Height = 328
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     object paTop: TPanel
  34.       Left = 0
  35.       Top = 0
  36.       Width = 437
  37.       Height = 298
  38.       Align = alClient
  39.       BevelOuter = bvNone
  40.       BorderWidth = 6
  41.       TabOrder = 0
  42.       object pcBackup: TPageControl
  43.         Left = 6
  44.         Top = 6
  45.         Width = 425
  46.         Height = 286
  47.         ActivePage = tsOptions
  48.         Align = alClient
  49.         TabOrder = 0
  50.         object tsOptions: TTabSheet
  51.           Caption = 'Backup Options'
  52.           object laBackupSetName: TLabel
  53.             Left = 8
  54.             Top = 8
  55.             Width = 87
  56.             Height = 13
  57.             Caption = '&Backup Set Name'
  58.             FocusControl = edBackupSetName
  59.           end
  60.           object laBackupDesc: TLabel
  61.             Left = 8
  62.             Top = 48
  63.             Width = 141
  64.             Height = 13
  65.             Caption = 'Backup &Description (Optional)'
  66.             FocusControl = edBackupDesc
  67.           end
  68.           object laBackupFolder: TLabel
  69.             Left = 8
  70.             Top = 128
  71.             Width = 109
  72.             Height = 13
  73.             Caption = 'Backup Storage &Folder'
  74.             FocusControl = rxdeBackupFolder
  75.           end
  76.           object laArcType: TLabel
  77.             Left = 264
  78.             Top = 8
  79.             Width = 71
  80.             Height = 13
  81.             Caption = '&Archive Format'
  82.             FocusControl = cbArcType
  83.           end
  84.           object laCompression: TLabel
  85.             Left = 264
  86.             Top = 48
  87.             Width = 60
  88.             Height = 13
  89.             Caption = 'Compressio&n'
  90.             FocusControl = cbCompression
  91.           end
  92.           object laPathInfo: TLabel
  93.             Left = 264
  94.             Top = 88
  95.             Width = 71
  96.             Height = 13
  97.             Caption = 'Store &Path Info'
  98.             FocusControl = cbPathInfo
  99.           end
  100.           object laBackupFilename: TLabel
  101.             Left = 8
  102.             Top = 88
  103.             Width = 126
  104.             Height = 13
  105.             Caption = 'Backup Arc&hive File Name'
  106.           end
  107.           object laPassword: TLabel
  108.             Left = 264
  109.             Top = 128
  110.             Width = 46
  111.             Height = 13
  112.             Caption = 'Pass&word'
  113.           end
  114.           object edBackupSetName: TEdit
  115.             Left = 8
  116.             Top = 24
  117.             Width = 241
  118.             Height = 21
  119.             MaxLength = 50
  120.             TabOrder = 0
  121.           end
  122.           object edBackupDesc: TEdit
  123.             Left = 8
  124.             Top = 64
  125.             Width = 241
  126.             Height = 21
  127.             MaxLength = 200
  128.             TabOrder = 1
  129.           end
  130.           object cbArcType: TComboBox
  131.             Left = 264
  132.             Top = 24
  133.             Width = 145
  134.             Height = 21
  135.             Style = csDropDownList
  136.             ItemHeight = 13
  137.             ItemIndex = 6
  138.             TabOrder = 4
  139.             Text = 'Zip Archive (*.zip)'
  140.             OnChange = cbArcTypeChange
  141.             Items.Strings = (
  142.               'BlakHole Archive (*.bh)'
  143.               'Microsoft Cabinet (*.cab)'
  144.               'Javasoft Archive (*.jar)'
  145.               'LHA Archive (*.lha)'
  146.               'LZH Archive (*.lzh)'
  147.               'Unix Tape Archive (*.tar)'
  148.               'Zip Archive (*.zip)')
  149.           end
  150.           object cbCompression: TComboBox
  151.             Left = 264
  152.             Top = 64
  153.             Width = 145
  154.             Height = 21
  155.             Style = csDropDownList
  156.             ItemHeight = 13
  157.             ItemIndex = 0
  158.             TabOrder = 5
  159.             Text = 'Maximum'
  160.             Items.Strings = (
  161.               'Maximum'
  162.               'Normal'
  163.               'Minimum'
  164.               'None')
  165.           end
  166.           object rxdeBackupFolder: TJvDirectoryEdit
  167.             Left = 8
  168.             Top = 144
  169.             Width = 241
  170.             Height = 21
  171.             DialogKind = dkWin32
  172.             DialogText = 'Select the backup storage folder:'
  173.             DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  174.             ButtonFlat = False
  175.             NumGlyphs = 1
  176.             TabOrder = 3
  177.           end
  178.           object cbPathInfo: TComboBox
  179.             Left = 264
  180.             Top = 104
  181.             Width = 145
  182.             Height = 21
  183.             Style = csDropDownList
  184.             ItemHeight = 13
  185.             ItemIndex = 1
  186.             TabOrder = 6
  187.             Text = 'Full Path'
  188.             Items.Strings = (
  189.               'Relative Path'
  190.               'Full Path')
  191.           end
  192.           object edBackupFilename: TEdit
  193.             Left = 8
  194.             Top = 104
  195.             Width = 241
  196.             Height = 21
  197.             TabOrder = 2
  198.           end
  199.           object gbConfirmation: TGroupBox
  200.             Left = 8
  201.             Top = 176
  202.             Width = 401
  203.             Height = 73
  204.             Caption = 'Confirmation'
  205.             TabOrder = 8
  206.             object laConfirmation: TLabel
  207.               Left = 16
  208.               Top = 19
  209.               Width = 275
  210.               Height = 13
  211.               Caption = 'Show confirmation after backup completed when run from:'
  212.             end
  213.             object ckConfirmNormal: TCheckBox
  214.               Left = 24
  215.               Top = 35
  216.               Width = 257
  217.               Height = 17
  218.               Caption = 'W&ithin PicoZip'
  219.               Checked = True
  220.               State = cbChecked
  221.               TabOrder = 0
  222.             end
  223.             object ckConfirmCommandLine: TCheckBox
  224.               Left = 24
  225.               Top = 51
  226.               Width = 217
  227.               Height = 17
  228.               Caption = 'Di&rect backup shortcut or command-line'
  229.               Checked = True
  230.               State = cbChecked
  231.               TabOrder = 1
  232.             end
  233.           end
  234.           object edPassword: TEdit
  235.             Left = 264
  236.             Top = 144
  237.             Width = 145
  238.             Height = 21
  239.             TabOrder = 7
  240.           end
  241.         end
  242.         object tsMethod: TTabSheet
  243.           Caption = 'Backup Method'
  244.           ImageIndex = 2
  245.           object laGenerations: TLabel
  246.             Left = 44
  247.             Top = 111
  248.             Width = 149
  249.             Height = 13
  250.             Caption = 'Number of &generations to keep:'
  251.             Enabled = False
  252.             FocusControl = edGenerations
  253.           end
  254.           object laMethod: TLabel
  255.             Left = 8
  256.             Top = 16
  257.             Width = 385
  258.             Height = 13
  259.             AutoSize = False
  260.             Caption = 
  261.               'Select the backup method you would like PicoZip to use for this ' +
  262.               'Backup Set :'
  263.           end
  264.           object rbMethodIncremental: TRadioButton
  265.             Left = 16
  266.             Top = 56
  267.             Width = 113
  268.             Height = 17
  269.             Caption = 'Incremental backup'
  270.             TabOrder = 1
  271.             OnClick = rbMethodMultiClick
  272.           end
  273.           object rbMethodOverwrite: TRadioButton
  274.             Left = 16
  275.             Top = 38
  276.             Width = 153
  277.             Height = 17
  278.             Caption = '&Overwrite previous backup'
  279.             Checked = True
  280.             TabOrder = 0
  281.             TabStop = True
  282.             OnClick = rbMethodMultiClick
  283.           end
  284.           object rbMethodPrompt: TRadioButton
  285.             Left = 16
  286.             Top = 74
  287.             Width = 233
  288.             Height = 17
  289.             Caption = 'P&rompt for backup file name and destination'
  290.             TabOrder = 2
  291.             OnClick = rbMethodMultiClick
  292.           end
  293.           object rbMethodMulti: TRadioButton
  294.             Left = 16
  295.             Top = 92
  296.             Width = 153
  297.             Height = 17
  298.             Caption = '&Multi-generation backup'
  299.             TabOrder = 3
  300.             OnClick = rbMethodMultiClick
  301.           end
  302.           object udGenerations: TUpDown
  303.             Left = 245
  304.             Top = 107
  305.             Width = 16
  306.             Height = 21
  307.             Associate = edGenerations
  308.             Enabled = False
  309.             Min = 2
  310.             Max = 999
  311.             Position = 3
  312.             TabOrder = 5
  313.           end
  314.           object edGenerations: TEdit
  315.             Left = 196
  316.             Top = 107
  317.             Width = 49
  318.             Height = 21
  319.             Enabled = False
  320.             ReadOnly = True
  321.             TabOrder = 4
  322.             Text = '3'
  323.           end
  324.         end
  325.         object tsFiles: TTabSheet
  326.           BorderWidth = 8
  327.           Caption = 'Files To Backup'
  328.           ImageIndex = 1
  329.           object paIncludeTop: TPanel
  330.             Left = 0
  331.             Top = 0
  332.             Width = 401
  333.             Height = 114
  334.             Align = alClient
  335.             BevelOuter = bvNone
  336.             ParentBackground = True
  337.             ParentColor = True
  338.             TabOrder = 0
  339.             object paRight: TPanel
  340.               Left = 316
  341.               Top = 17
  342.               Width = 85
  343.               Height = 92
  344.               Align = alRight
  345.               BevelOuter = bvNone
  346.               TabOrder = 2
  347.               DesignSize = (
  348.                 85
  349.                 92)
  350.               object buAddFiles: TButton
  351.                 Left = 6
  352.                 Top = 0
  353.                 Width = 75
  354.                 Height = 25
  355.                 Anchors = [akTop, akRight]
  356.                 Caption = '&Add Files'
  357.                 TabOrder = 0
  358.                 OnClick = buAddFilesClick
  359.               end
  360.               object buRemoveFile: TButton
  361.                 Left = 6
  362.                 Top = 30
  363.                 Width = 75
  364.                 Height = 25
  365.                 Anchors = [akTop, akRight]
  366.                 Caption = '&Remove'
  367.                 TabOrder = 1
  368.                 OnClick = buRemoveFileClick
  369.               end
  370.             end
  371.             object paExcludeFileDesc: TPanel
  372.               Left = 0
  373.               Top = 0
  374.               Width = 401
  375.               Height = 17
  376.               Align = alTop
  377.               BevelOuter = bvNone
  378.               TabOrder = 0
  379.               object laIncludeFilesDesc: TLabel
  380.                 Left = 0
  381.                 Top = 1
  382.                 Width = 75
  383.                 Height = 13
  384.                 Caption = 'Files to backup:'
  385.               end
  386.             end
  387.             object lvIncludeFiles: TListView
  388.               Left = 0
  389.               Top = 17
  390.               Width = 316
  391.               Height = 92
  392.               Align = alClient
  393.               Columns = <
  394.                 item
  395.                   AutoSize = True
  396.                   Caption = 'File'
  397.                 end>
  398.               MultiSelect = True
  399.               ReadOnly = True
  400.               RowSelect = True
  401.               ShowColumnHeaders = False
  402.               TabOrder = 1
  403.               ViewStyle = vsReport
  404.             end
  405.             object paIncludeFolderBottom: TPanel
  406.               Left = 0
  407.               Top = 109
  408.               Width = 401
  409.               Height = 5
  410.               Align = alBottom
  411.               BevelOuter = bvNone
  412.               TabOrder = 3
  413.             end
  414.           end
  415.           object paIncludeBottom: TPanel
  416.             Left = 0
  417.             Top = 120
  418.             Width = 401
  419.             Height = 122
  420.             Align = alBottom
  421.             BevelOuter = bvNone
  422.             TabOrder = 1
  423.             object paIncludeFolder: TPanel
  424.               Left = 316
  425.               Top = 20
  426.               Width = 85
  427.               Height = 102
  428.               Align = alRight
  429.               BevelOuter = bvNone
  430.               TabOrder = 2
  431.               DesignSize = (
  432.                 85
  433.                 102)
  434.               object buAddFolder: TButton
  435.                 Left = 5
  436.                 Top = 1
  437.                 Width = 75
  438.                 Height = 25
  439.                 Anchors = [akTop, akRight]
  440.                 Caption = 'Add &Folders'
  441.                 TabOrder = 0
  442.                 OnClick = buAddFolderClick
  443.               end
  444.               object buRemoveFolder: TButton
  445.                 Left = 5
  446.                 Top = 31
  447.                 Width = 75
  448.                 Height = 25
  449.                 Anchors = [akTop, akRight]
  450.                 Caption = 'Remo&ve'
  451.                 TabOrder = 1
  452.                 OnClick = buRemoveFolderClick
  453.               end
  454.             end
  455.             object lvIncludeFolder: TListView
  456.               Left = 0
  457.               Top = 20
  458.               Width = 316
  459.               Height = 102
  460.               Align = alClient
  461.               Checkboxes = True
  462.               Columns = <
  463.                 item
  464.                   AutoSize = True
  465.                   Caption = 'Folder Path'
  466.                 end>
  467.               MultiSelect = True
  468.               ReadOnly = True
  469.               RowSelect = True
  470.               ShowColumnHeaders = False
  471.               SmallImages = ilInclude
  472.               TabOrder = 1
  473.               ViewStyle = vsReport
  474.             end
  475.             object paExcludeFolderDesc: TPanel
  476.               Left = 0
  477.               Top = 0
  478.               Width = 401
  479.               Height = 20
  480.               Align = alTop
  481.               BevelOuter = bvNone
  482.               TabOrder = 0
  483.               object laIncludeFoldersDesc: TLabel
  484.                 Left = 0
  485.                 Top = 4
  486.                 Width = 319
  487.                 Height = 13
  488.                 Caption = 
  489.                   'Folders to backup (Untick check box to exclude files in subfolde' +
  490.                   'rs) :'
  491.               end
  492.             end
  493.           end
  494.           object jvxsplFiles: TJvxSplitter
  495.             Left = 0
  496.             Top = 114
  497.             Width = 401
  498.             Height = 6
  499.             ControlFirst = paIncludeTop
  500.             ControlSecond = paIncludeBottom
  501.             Align = alBottom
  502.             BorderStyle = bsSingle
  503.             TopLeftLimit = 18
  504.             BottomRightLimit = 18
  505.             ParentColor = True
  506.             OnPosChanged = jvxsplFilesPosChanged
  507.           end
  508.         end
  509.         object tsExclude: TTabSheet
  510.           Caption = 'Files to Exclude'
  511.           ImageIndex = 3
  512.           DesignSize = (
  513.             417
  514.             258)
  515.           object Label1: TLabel
  516.             Left = 8
  517.             Top = 9
  518.             Width = 205
  519.             Height = 13
  520.             Caption = '&Files and file masks to exclude from backup'
  521.             FocusControl = lbExclude
  522.           end
  523.           object Files: TLabel
  524.             Left = 296
  525.             Top = 24
  526.             Width = 94
  527.             Height = 13
  528.             Anchors = [akTop, akRight]
  529.             Caption = 'Fil&e name/File mask'
  530.             FocusControl = edFilemask
  531.           end
  532.           object edFilemask: TEdit
  533.             Left = 296
  534.             Top = 40
  535.             Width = 113
  536.             Height = 21
  537.             Anchors = [akTop, akRight]
  538.             TabOrder = 1
  539.             OnEnter = edFilemaskEnter
  540.             OnExit = edFilemaskExit
  541.             OnKeyPress = edFilemaskKeyPress
  542.           end
  543.           object buExcludeAdd: TButton
  544.             Left = 296
  545.             Top = 72
  546.             Width = 113
  547.             Height = 25
  548.             Anchors = [akTop, akRight]
  549.             Caption = '&Add'
  550.             TabOrder = 2
  551.             OnClick = buExcludeAddClick
  552.           end
  553.           object buExcludeRemove: TButton
  554.             Left = 296
  555.             Top = 104
  556.             Width = 113
  557.             Height = 25
  558.             Anchors = [akTop, akRight]
  559.             Caption = '&Remove'
  560.             TabOrder = 3
  561.             OnClick = buExcludeRemoveClick
  562.           end
  563.           object lbExclude: TListBox
  564.             Left = 8
  565.             Top = 25
  566.             Width = 273
  567.             Height = 129
  568.             Anchors = [akLeft, akTop, akRight, akBottom]
  569.             ItemHeight = 13
  570.             MultiSelect = True
  571.             TabOrder = 0
  572.           end
  573.           object gbExcludeAttributes: TGroupBox
  574.             Left = 8
  575.             Top = 168
  576.             Width = 401
  577.             Height = 81
  578.             Anchors = [akLeft, akBottom]
  579.             Caption = 'Exclude Attributes'
  580.             TabOrder = 4
  581.             object ckSkipReadOnly: TCheckBox
  582.               Left = 16
  583.               Top = 24
  584.               Width = 113
  585.               Height = 17
  586.               Caption = 'S&kip read-only files'
  587.               TabOrder = 0
  588.             end
  589.             object ckSkipHidden: TCheckBox
  590.               Left = 16
  591.               Top = 40
  592.               Width = 105
  593.               Height = 17
  594.               Caption = 'Sk&ip hidden files'
  595.               TabOrder = 1
  596.             end
  597.             object ckSkipSystem: TCheckBox
  598.               Left = 16
  599.               Top = 56
  600.               Width = 105
  601.               Height = 17
  602.               Caption = 'Ski&p system files'
  603.               TabOrder = 2
  604.             end
  605.           end
  606.         end
  607.       end
  608.     end
  609.     object paBottom: TPanel
  610.       Left = 0
  611.       Top = 298
  612.       Width = 437
  613.       Height = 30
  614.       Align = alBottom
  615.       BevelOuter = bvNone
  616.       TabOrder = 1
  617.       DesignSize = (
  618.         437
  619.         30)
  620.       object buSave: TButton
  621.         Left = 196
  622.         Top = 0
  623.         Width = 75
  624.         Height = 25
  625.         Hint = 'Save changes to backup set'
  626.         Anchors = [akRight, akBottom]
  627.         Caption = '&Save'
  628.         Default = True
  629.         TabOrder = 0
  630.         OnClick = buSaveClick
  631.       end
  632.       object buCancel: TButton
  633.         Left = 276
  634.         Top = 0
  635.         Width = 75
  636.         Height = 25
  637.         Hint = 'Cancel any changes to backup set'
  638.         Anchors = [akRight, akBottom]
  639.         Caption = '&Cancel'
  640.         ModalResult = 2
  641.         TabOrder = 1
  642.       end
  643.       object bbHelp: TButton
  644.         Left = 356
  645.         Top = 0
  646.         Width = 75
  647.         Height = 25
  648.         Hint = 'See help file'
  649.         Anchors = [akRight, akBottom]
  650.         Caption = '&Help'
  651.         TabOrder = 2
  652.         OnClick = bbHelpClick
  653.       end
  654.     end
  655.   end
  656.   object apodAddFiles: TApOpenDialog
  657.     DefaultExt = '*.*'
  658.     Filter = 'All Files (*.*)|*.*'
  659.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing, ofDontAddToRecent, ofForceShowHidden]
  660.     OptionsEx = [ofExNoPlacesBar]
  661.     Title = 'Select Files to Add'
  662.     CustDlgParams.PosParams.ShiftX = 0
  663.     CustDlgParams.PosParams.ShiftY = 0
  664.     CustDlgParams.PosParams.FitToScreen = False
  665.     DlgItemsCaptions.OK = '&Add'
  666.     VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar]
  667.     ListViewStyles.HotTrack = False
  668.     ListViewStyles.HotTrackStyles = []
  669.     ListViewStyles.FlatScrollBars = False
  670.     ListViewStyles.GridLines = False
  671.     ListViewStyles.RowSelect = False
  672.     ListViewStyles.EnableRename = True
  673.     ListViewStyles.EnableDelete = True
  674.     ListViewStyles.PopupOnEmpty = True
  675.     ListViewStyles.PopupOnSelection = True
  676.     PlacesBar.Visible = False
  677.     PlacesBar.Places = <>
  678.     PlacesBar.AllowEdit = True
  679.     PlacesBar.AllowDelete = True
  680.     PlacesBar.AllowDrop = True
  681.     PlacesBar.AutoScroll = True
  682.     PlacesBar.BorderStyle = bsNone
  683.     PlacesBar.Native = True
  684.     ExtFilter.ShowFolders = True
  685.     ExtFilter.Enabled = False
  686.     ToolBar.Flat = False
  687.     Left = 24
  688.     Top = 296
  689.   end
  690.   object dffdFolder: TdfsBrowseDirectoryDlg
  691.     Title = 'Please select a folder and click "OK" to proceed.'
  692.     Root = idDrives
  693.     Options = [bfDirectoriesOnly]
  694.     Caption = 'Select Folder'
  695.     ShowSelectionInStatus = True
  696.     Left = 53
  697.     Top = 296
  698.   end
  699.   object pmSelect: TPopupMenu
  700.     Left = 88
  701.     Top = 296
  702.     object miSelectAll: TMenuItem
  703.       Caption = 'Select All'
  704.       OnClick = miSelectAllClick
  705.     end
  706.     object miDeselectAll: TMenuItem
  707.       Caption = 'Deselect All'
  708.       OnClick = miDeselectAllClick
  709.     end
  710.     object miInvertSelection: TMenuItem
  711.       Caption = 'Invert Selection'
  712.       OnClick = miInvertSelectionClick
  713.     end
  714.   end
  715.   object ilInclude: TImageList
  716.     Left = 120
  717.     Top = 296
  718.     Bitmap = {
  719.       494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  720.       0000000000003600000028000000400000001000000001002000000000000010
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       0000000000000000000000000000000000000000000000000000000000000000
  723.       0000000000000000000000000000000000000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000000000
  725.       0000000000000000000000000000000000000000000000000000000000000000
  726.       0000000000000000000000000000000000000000000000000000000000000000
  727.       0000000000000000000000000000000000000000000000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       00000000000000000000000000000000000000000000F6F6F600DFDFDF00D6D6
  730.       D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6
  731.       D600D6D6D600D6D6D600DFDFDF00F6F6F6000000000000000000000000000000
  732.       0000000000000000000000000000000000000000000000000000000000000000
  733.       0000000000000000000000000000000000000000000000000000000000000000
  734.       0000000000000000000000000000000000000000000000000000000000000000
  735.       0000000000000000000000000000000000000000000000000000000000000000
  736.       0000000000000000000000000000000000000000000000000000000000000000
  737.       000000000000000000000000000000000000F6F6F600C8C8C800838383006D6D
  738.       6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D
  739.       6D006D6D6D006D6D6D0083838300C8C8C8000000000000000000000000000000
  740.       0000000000000000000000000000000000000000000000000000000000000000
  741.       0000000000000000000000000000000000000000000000000000000000000000
  742.       0000000000000000000000000000000000000000000000000000000000000000
  743.       0000000000000000000000000000000000000000000000000000000000000000
  744.       0000000000000000000000000000000000000000000000000000000000000000
  745.       000000000000000000000000000000000000DFDFDF001D82B5001B81B300187E
  746.       B000167CAE001379AB001076A8000D73A5000B71A300086EA000066C9E00046A
  747.       9C0002689A00016799004C4C4C00838383000000000000000000000000000000
  748.       0000000000000000000000000000000000000000000000000000000000000000
  749.       0000000000000000000000000000000000000000000000000000000000000000
  750.       0000000000000000000000000000000000000000000000000000000000000000
  751.       0000000000000000000000000000000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000002287BA0067CCFF002085B80099FF
  754.       FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4
  755.       FF003BA0D30099FFFF00016799006E6E6E000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000000000000000000000000000000000
  758.       0000000000000000000000000000000000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       000000000000000000000000000000000000258ABD0067CCFF00278CBF0099FF
  762.       FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0
  763.       FF0044A9DC0099FFFF0002689A006D6D6D000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       000000000000000000000000000000000000288DC00067CCFF002D92C50099FF
  770.       FF0085EBFF0085EBFF0085EBFF0085EBFF0085EBFF0085EBFF0085EBFF0085EB
  771.       FF004EB3E60099FFFF00046A9C006D6D6D000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       0000000000000000000000000000000000000000000000000000000000000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       0000000000000000000000000000000000000000000000000000000000000000
  777.       0000000000000000000000000000000000002A8FC20067CCFF003398CB0099FF
  778.       FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7
  779.       FF0057BCEF0099FFFF00066C9E006D6D6D000000000000000000000000000000
  780.       0000000000000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       0000000000000000000000000000000000000000000000000000000000000000
  783.       0000000000000000000000000000000000000000000000000000000000000000
  784.       0000000000000000000000000000000000000000000000000000000000000000
  785.       0000000000000000000000000000000000002D92C5006FD4FF003499CC0099FF
  786.       FF0099FFFF0099FFFF0099FFFF0099FFFF0099FFFF0099FFFF0099FFFF0099FF
  787.       FF0060C5F80099FFFF00086EA0006E6E6E000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       0000000000000000000000000000000000000000000000000000000000000000
  792.       0000000000000000000000000000000000000000000000000000000000000000
  793.       0000000000000000000000000000000000002F94C7007BE0FF002D92C5000000
  794.       0000000000000000000000000000000000000000000000000000000000000000
  795.       000081E6FF00000000000B71A3008C8C8C000000000000000000000000000000
  796.       0000000000000000000000000000000000000000000000000000000000000000
  797.       0000000000000000000000000000000000000000000000000000000000000000
  798.       0000000000000000000000000000000000000000000000000000000000000000
  799.       0000000000000000000000000000000000000000000000000000000000000000
  800.       0000000000000000000000000000000000000000000000000000000000000000
  801.       0000000000000000000000000000000000003196C90085EBFF0081E6FF002D92
  802.       C5002D92C5002D92C5002D92C5002D92C5002D92C500288DC0002489BC002085
  803.       B8001C81B4001B81B3001B81B300DFDFDF000000000000000000000000000000
  804.       0000000000000000000000000000000000000000000000000000000000000000
  805.       0000000000000000000000000000000000000000000000000000000000000000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000000000000000000000
  808.       0000000000000000000000000000000000000000000000000000000000000000
  809.       0000000000000000000000000000000000003398CB0091F7FF008EF4FF008EF4
  810.       FF008EF4FF008EF4FF008EF4FF00000000000000000000000000000000000000
  811.       0000167CAE008C8C8C00DEDEDE00000000000000000000000000000000000000
  812.       0000000000000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       0000000000000000000000000000000000000000000000000000000000000000
  815.       0000000000000000000000000000000000000000000000000000000000000000
  816.       0000000000000000000000000000000000000000000000000000000000000000
  817.       0000000000000000000000000000000000003499CC000000000099FFFF0099FF
  818.       FF0099FFFF0099FFFF0000000000258ABD002287BA001F84B7001D82B5001B81
  819.       B300187EB000DFDFDF00F7F7F700000000000000000000000000000000000000
  820.       0000000000000000000000000000000000000000000000000000000000000000
  821.       0000000000000000000000000000000000000000000000000000000000000000
  822.       0000000000000000000000000000000000000000000000000000000000000000
  823.       0000000000000000000000000000000000000000000000000000000000000000
  824.       0000000000000000000000000000000000000000000000000000000000000000
  825.       000000000000000000000000000000000000000000003499CC00000000000000
  826.       000000000000000000002A8FC200C8C8C800F6F6F60000000000000000000000
  827.       0000000000000000000000000000000000000000000000000000000000000000
  828.       0000000000000000000000000000000000000000000000000000000000000000
  829.       0000000000000000000000000000000000000000000000000000000000000000
  830.       0000000000000000000000000000000000000000000000000000000000000000
  831.       0000000000000000000000000000000000000000000000000000000000000000
  832.       0000000000000000000000000000000000000000000000000000000000000000
  833.       00000000000000000000000000000000000000000000000000003499CC003398
  834.       CB003196C9002F94C700DFDFDF00F6F6F6000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       0000000000000000000000000000000000000000000000000000000000000000
  839.       0000000000000000000000000000000000000000000000000000000000000000
  840.       0000000000000000000000000000000000000000000000000000000000000000
  841.       0000000000000000000000000000000000000000000000000000000000000000
  842.       0000000000000000000000000000000000000000000000000000000000000000
  843.       0000000000000000000000000000000000000000000000000000000000000000
  844.       0000000000000000000000000000000000000000000000000000000000000000
  845.       0000000000000000000000000000000000000000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       0000000000000000000000000000000000000000000000000000000000000000
  849.       000000000000000000000000000000000000424D3E000000000000003E000000
  850.       2800000040000000100000000100010000000000800000000000000000000000
  851.       000000000000000000000000FFFFFF00FFFF0000000000008000000000000000
  852.       0000000000000000000000000000000000000000000000000000000000000000
  853.       0000000000000000000000000000000000000000000000001FF4000000000000
  854.       000000000000000001F10000000000004201000000000000BC7F000000000000
  855.       C0FF000000000000FFFF00000000000000000000000000000000000000000000
  856.       000000000000}
  857.   end
  858. end
  859.